golang.org/x/crypto/sha3.state.state (field)
8 uses
golang.org/x/crypto/sha3 (current package)
legacy_hash.go#L80: state spongeDirection // whether the sponge is absorbing or squeezing
legacy_hash.go#L96: d.state = spongeAbsorbing
legacy_hash.go#L141: d.state = spongeSqueezing
legacy_hash.go#L147: if d.state != spongeAbsorbing {
legacy_hash.go#L170: if d.state == spongeAbsorbing {
legacy_hash.go#L194: if d.state != spongeAbsorbing {
legacy_hash.go#L226: b = append(b, byte(d.n), byte(d.state))
legacy_hash.go#L260: d.state = state
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |